home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 November / PSL Monthly Shareware CD-ROM (November 1993).iso / win / prgmming / files.bbs < prev    next >
Encoding:
File List  |  1993-09-30  |  13.9 KB  |  202 lines

  1.                           Public (software) Library
  2.                            Public (software) Library
  3.        Compilation and descriptions are Copyright 1993 Nelson Ford, PsL
  4.  
  5.  
  6. APPMAK.ZIP      55390  9-23-93  AppMaker 1.3 creates a skeleton for a
  7.                               | Windows-based application with is compatible
  8.                               | with Visual C++ and MFC 2.0. (update)
  9. BINVBX.ZIP      12132  9-19-93  Binvbx (Garry J. Vass; $0) is a VBX control
  10.                               | that implements the Binomial
  11.                               | (Cox-Ross-Rubenstein) Method for the valuation
  12.                               | of equity options. Requires VB3.
  13. BMPLST.ZIP      25667  9-13-93  BmpLst - gives you a convenient way to have
  14.                               | pictures in your list box with text, item
  15.                               | data, and all of the other normal list box
  16.                               | properties.
  17. CAPPS.ZIP      167619  9-23-93  HyperAct allows the creation of dialog boxes,
  18.                               | edit system control files and perform other
  19.                               | functions without writing a single line of
  20.                               | code because it uses standard Windows Help or
  21.                               | Notepad commands. All specific functions are
  22.                               | performed by using the simple HyperAct
  23.                               | options. It's also usable by any help
  24.                               | authoring system that creates Windows HELP.
  25. CENVIW.ZIP     140942  9-29-93  CEnvi for Windows (Nombas; $38) is a C
  26.                               | interpreter that doubles as a Windows batch
  27.                               | language. Several CEnvi programs are included,
  28.                               | demonstrating such tasks as spawning
  29.                               | processes, calling Windows DLLs, positioning
  30.                               | windows, and automating messages to Windows
  31.                               | processes.
  32. CHARLIE.ZIP    119666  9-19-93  Charlie allows you to manage the
  33.                               | data-dictionary of an access database, as it's
  34.                               | used by the engine delivered with VB 3.0. You
  35.                               | can use this to create databases, compress,
  36.                               | and repair them. You can delete/add/change
  37.                               | tables, and query definitions/fields/indexes
  38.                               | and relations between tables. You can also
  39.                               | change the type and size of a field and print
  40.                               | a professional overview of your
  41.                               | DataDictionary.
  42. CLACKER.ZIP     24216  9-19-93  Clacker 2.1 is a VB custom control that allows
  43.                               | you to add a dynamic menu help status bar to
  44.                               | your apps.
  45. DATE_VB.ZIP      4887  9-19-93  Date Functions (Tyson Bonn; $5) can convert a
  46.                               | given date to the number of days that date is
  47.                               | past January of the year 0, into a long
  48.                               | integer value. That value can be stored as a
  49.                               | part of your user-defined types.
  50. DBDOC.ZIP        9094  9-13-93  DBDocumentor 1.1 (John L. Dilley; $6) prints
  51.                               | formatted definitions of the tables in your
  52.                               | Microsoft Access or VB3 databases.
  53. DDEPM.ZIP        9541  9-19-93  Doing DDE with Program Manager contains a
  54.                               | module and sample application to demonstrate
  55.                               | the functionality available for creating Items
  56.                               | in Program Manager, retrieving Group and Item
  57.                               | information, deleting items, replacing items,
  58.                               | and more.
  59. DFINFO.ZIP      22539  9-13-93  DFInfo is a VB custom control that provides
  60.                               | disk and file information.
  61. DIRPKR.ZIP      67529  9-19-93  Dirpkr shows how to derive a class from
  62.                               | CFileDialog and use a custom template. The
  63.                               | dialog is a directory picker dialog, that
  64.                               | allows the user to browse his drive(s) and
  65.                               | pick a directory.
  66. EZDPMI.ZIP       6548  9-20-93  EZDPMI 1.01 (Julian M. Bucknall; $0) is a
  67.                               | simple Pascal unit that encapsulates all the
  68.                               | common DPMI requirements for protected mode
  69.                               | and Windows programs.
  70. FOXADR.ZIP      18697  9-14-93  FOXADR (Tim Anderson; $0) is a simple address
  71.                               | book that demonstrates how to access, update,
  72.                               | and maintain FoxPro tables, complete with a
  73.                               | routine to pack the database. Requires Visual
  74.                               | Basic 3.0 and VBRUN300.
  75. GSPRNTR.ZIP      3244  9-13-93  Gsprntr.dll is a DLL to query and set the
  76.                               | printer paper page orientation.
  77. HLPRWIN.ZIP     87095  9-15-93  Helper 2.0 simplifies the creation of Windows
  78.                               | Help files from within the WinWord
  79.                               | environment.
  80. INICON.ZIP      13188  9-13-93  IniCon is a VB custom control to help deal
  81.                               | with INI files.
  82. INI_VBX.ZIP     22457  9-13-93  Ini.vbx is a custom control for writing to and
  83.                               | reading from .INI files.
  84. IOVBX.ZIP       24968  9-13-93  Iovbx contains a VB custom control to read
  85.                               | and write to I/O ports.
  86. JOYSTI.ZIP      26163  9-19-93  Joysti contains source code and VBX file for
  87.                               | reading a joystick from VB. It features
  88.                               | modules to handle major functions and a simple
  89.                               | game app to demonstrate use. This will work
  90.                               | with VB3.
  91. LOGFILE.ZIP     19332  9-19-93  Logfile 1.0 contains a DLL that provides
  92.                               | Windows developers a very easy and
  93.                               | straightforward method of recording and
  94.                               | logging information as a program runs. This
  95.                               | will work with any Windows' language which can
  96.                               | use API calls.
  97. MENUWAT.ZIP     57398  9-17-93  MenuWatch allows you to easily add a
  98.                               | full-featured menu help status bar to your
  99.                               | application. By placing this custom control
  100.                               | directly on your main form, you can display
  101.                               | help snippets in a help status bar at the
  102.                               | bottom of the window as the user highlights
  103.                               | menu items.
  104. MH.ZIP          26786  9-14-93  MiniHelp 9Tom Campbell; $0) is a preprocessor
  105.                               | for the Microsoft Help Compiler. It lets you
  106.                               | create help topic files using a simple
  107.                               | language. It supports topics, titles,
  108.                               | keywords, hypertext links, comments, and font
  109.                               | sizing.
  110. MWCC03.ZIP     314873  9-17-93  Microworks Custom Control Object Library 1.03
  111.                               | provides a comprehensive set of 3-dimensional
  112.                               | windows, dialogs and custom controls to use in
  113.                               | application development. NEW - a new DLL, new
  114.                               | object units, new objects and two updated
  115.                               | sample applications.
  116. PATH_VB.ZIP      1837  9-19-93  PATH_VB demonstrates the use of two API
  117.                               | calls to determine the path of an
  118. PERCNT.ZIP      12803  9-13-93  Percnt is a VB custom control to display a
  119.                               | percentage status bar.
  120. ROWCOL.ZIP      30006  9-13-93  ROWCOL (Howard Silver; $0) creates a MDI text
  121.                               | editor for use with Visual C++.
  122. RTFGEN.ZIP     110505  9-22-93  RTFGEN 2.01 - converts plain ASCII files into
  123.                               | Rich Text Format for use with the Windows Help
  124.                               | Compiler.
  125. SCRL_CJ.ZIP     67531  9-19-93  Scroll.bas contains sample code that shows how
  126.                               | make a scrolling form under VB 2.0 and 3.0.
  127. SETUP3.ZIP      20535  9-19-93  Setup3 is an enhanced version of the setup
  128.                               | utility provided in VB. NEW: customizable
  129.                               | setup dialogue box title/message, unlimited
  130.                               | number of pre-installation files, notifies
  131.                               | user if there is not enough hard disk space to
  132.                               | install files, detailed help file, and more.
  133. STBAR.ZIP       25575  9-13-93  StBar 2.26 allows you to add a status line to
  134.                               | your VB applications. NEW: support for
  135.                               | progress bar, documentation in HLP format, and
  136.                               | support for VB3. ($50-$85)
  137. SUBDOC.ZIP     106649  9-13-93  SubDoc 2.02 is a powerful tool for documenting
  138.                               | VB2 source code. ($35)
  139. SVINST.ZIP     259139  9-21-93  SVInstal 2.1 installs program and data files
  140.                               | from a distribution floppy to a hard drive.
  141. THC.ZIP         48098  9-19-93  Tom's Happy Constants helps you access API
  142.                               | constants declarations in a fast and
  143.                               | convenient way. You just have to highlight the
  144.                               | constant name in the code window and press a
  145.                               | hot key to load the corresponding Global
  146.                               | Declaration into the clipboard.
  147. TPW2VB.ZIP      79356  9-13-93  Tpw2VB 3.0 is a development kit that allows
  148.                               | the creation of Visual Basic custom controls
  149.                               | using Turbo Pascal for Windows.
  150. VB2DOC.ZIP      16723  9-19-93  VB Source to Document creates a Word for
  151.                               | Windows Document from any MAK file. It will
  152.                               | highlight all SUBs and FUNCTIONs, mark all
  153.                               | Rem'ed statements, count SUB and FUNCTION
  154.                               | usage, and create a Table of Contents. This is
  155.                               | a powerful debugging tool.
  156. VB3D.ZIP        20359  9-17-93  VBCtl3D allows you to easily add 3-D effects
  157.                               | to controls, message boxes, dialogs, etc.
  158. VBMP.ZIP        86581  9-19-93  VB MIDI Piano 1.1 is a playable graphic MIDI
  159.                               | piano. It shows how to send MIDI OUT data
  160.                               | using Visual Basic. You can play the 3D piano
  161.                               | keys with your mouse, control general MIDI
  162.                               | patch changes, and control panning, volume and
  163.                               | octaves. Requires VBRUN300. <PIANO.PCX>
  164. VBPLUS.ZIP     192468  9-13-93  VBPlus ToolBar 1.0 adds over 30 shortcut keys
  165.                               | to VB. They include: a project zipper, quick
  166.                               | help access, full time resource and memory
  167.                               | guages to monitor your work, a multi-file
  168.                               | dialog, and more.
  169. VBSLID.ZIP      39749  9-23-93  Slider VBX Control is a DLL control that
  170.                               | appears as a slider similar to those used on
  171.                               | audio/video equipment such as stereos, tuners,
  172.                               | and amplifiers. There are two versions
  173.                               | available one for VB and the other for VC++
  174. VBTDISK1.ZIP   133114  8-25-93  VB Toolbox Pro 3.0c is a productivity
  175.                               | enhancing package for the Visual Basic
  176.                               | programming environment. Now on 3 disks. ($55)
  177. VBTDISK2.ZIP   151387  9-29-93
  178. VBTDISK3.ZIP    88986  9-29-93
  179. VCC.ZIP         54266  9-13-93  VideoSoft Custom Controls 2.2c is a set of
  180.                               | three Visual Basic custom controls.
  181. VCSLID.ZIP     157480  9-23-93  See VBSLID.ZIP
  182. VTEST.ZIP        1971  9-23-93  Vtest (Mark Elder; $0) pascal source code for
  183.                               | a simple test program which shows how to get
  184.                               | mmsystem to play Video-for-Windows.
  185. WINDEV.ZIP     319458  9-08-93  Windows Developer 1.55a ASP is an integrated
  186.                               | program development environment. New - Added a
  187.                               | "Mail" command to the File menu and the tools
  188.                               | menu can now be customized, and tools can use
  189.                               | argument macros.
  190. WINST2.ZIP      73818  9-08-93  Winston Installer 2.1 (Daniel Otis; $15) is an
  191.                               | application installer for Windows 3.1.
  192.                               | Features include file compression, span
  193.                               | multiple disks, auto path creation, auto group
  194.                               | creation, program initialization and
  195.                               | un-install information.
  196. WNET.ZIP         7722  9-23-93  WNET (Ken True; $0) contains a sample VB
  197.                               | program that shows how to use the common
  198.                               | built-in WNETxxx calls to retrieve user name,
  199.                               | disk/printer network mapping, and
  200.                               | connect/disconnect disks/printers in a
  201.                               | networkindependent manner. Requires VBRUN300.
  202.